home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $Id: muitoolkitbase.h,v 1.3 2001/01/14 10:46:31 carlos Exp $.
- **
- ** definition of MuiToolkitBase
- **
- ** (C) Copyright 1999-2001 Marcin Orlowski <carlos@amiga.com.pl>
- ** All Rights Reserved.
- */
-
- #ifndef MUITOOLKIT_MUITOOLKITBASE_H
- #define MUITOOLKIT_MUITOOLKITBASE_H
-
- #ifndef EXEC_LIBRARIES
- #include <exec/libraries.h>
- #endif /* EXEC_LIBRARIES_H */
-
- struct MuiToolkitBase
- {
- struct Library mt_LibNode;
- struct SegList *mt_SegList;
- struct ExecBase *mt_SysBase;
- struct IntuitionBase *mt_IntuitionBase;
- struct GfxBase *mt_GfxBase;
- struct UtilityBase *mt_UtilityBase;
- struct Library *mt_MUIMasterBase;
- struct DosLibrary *mt_DOSBase;
- };
-
- #endif /* MUITOOLKIT_MUITOOLKITBASE_H */
-